object FormColumnSettings: TFormColumnSettings Left = 364 Top = 252 Width = 300 Height = 370 BorderIcons = [biSystemMenu] Caption = 'Column Settings' Color = clBtnFace Constraints.MinHeight = 370 Constraints.MinWidth = 300 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = False Position = poScreenCenter Scaled = False OnCreate = FormCreate OnKeyPress = FormKeyPress OnResize = FormResize DesignSize = ( 292 336) PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 16 Top = 280 Width = 257 Height = 14 Anchors = [akLeft, akTop, akRight, akBottom] Shape = bsBottomLine end object Label2: TLabel Left = 21 Top = 246 Width = 151 Height = 13 Alignment = taCenter Anchors = [akBottom] Caption = 'The selected column should be ' OnClick = FormCreate end object Label3: TLabel Left = 231 Top = 246 Width = 51 Height = 13 Anchors = [akBottom] Caption = 'pixels wide' end object Panel1: TPanel Left = 0 Top = 0 Width = 292 Height = 41 Align = alTop BevelOuter = bvNone BorderWidth = 4 TabOrder = 0 object Label1: TLabel Left = 4 Top = 4 Width = 284 Height = 33 Align = alClient Alignment = taCenter AutoSize = False Caption = 'Check the columns you would like to make visible in this Folder.' + ' Drag and Drop to reorder the columns. ' WordWrap = True end end object CheckBoxLiveUpdate: TCheckBox Left = 23 Top = 268 Width = 95 Height = 17 Anchors = [akRight, akBottom] Caption = 'Live Update' TabOrder = 1 OnClick = CheckBoxLiveUpdateClick end object ButtonOk: TButton Left = 109 Top = 304 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = '&OK' Default = True ModalResult = 1 TabOrder = 2 end object ButtonCancel: TButton Left = 197 Top = 304 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = '&Cancel' ModalResult = 2 TabOrder = 3 end object VSTColumnNames: TVirtualStringTree Left = 8 Top = 48 Width = 278 Height = 185 Anchors = [akLeft, akTop, akRight, akBottom] CheckImageKind = ckDarkCheck Header.AutoSizeIndex = 0 Header.Font.Charset = DEFAULT_CHARSET Header.Font.Color = clWindowText Header.Font.Height = -11 Header.Font.Name = 'MS Sans Serif' Header.Font.Style = [] Header.MainColumn = -1 Header.Options = [hoColumnResize, hoDrag] HintAnimation = hatNone ParentBackground = False TabOrder = 4 TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScroll, toAutoScrollOnExpand, toAutoTristateTracking] TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toInitOnSave, toToggleOnDblClick] TreeOptions.PaintOptions = [toShowButtons, toShowRoot, toThemeAware, toUseBlendedImages] OnChecking = VSTColumnNamesChecking OnDragAllowed = VSTColumnNamesDragAllowed OnDragOver = VSTColumnNamesDragOver OnDragDrop = VSTColumnNamesDragDrop OnFocusChanging = VSTColumnNamesFocusChanging OnFreeNode = VSTColumnNamesFreeNode OnGetText = VSTColumnNamesGetText OnInitNode = VSTColumnNamesInitNode Columns = <> end object EditPixelWidth: TEdit Left = 183 Top = 244 Width = 35 Height = 21 Anchors = [akBottom] TabOrder = 5 OnExit = EditPixelWidthExit OnKeyPress = EditPixelWidthKeyPress end end